home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This utility will install Memory Verse to your computer's
- echo hard disk drive C:
- echo.
- echo This utility will first create a new subdirectory C:\MVERSE
- echo.
- echo If your computer does not have a hard disk drive, or
- echo if you wish to abort this installation, press CTRL+BREAK
- echo or CTRL+C now!
- echo.
- echo Else to install Memory Verse to C:\MVERSE,
- pause
- md c:\mverse
- cls
- echo Installing Memory Verse...
- echo.
- copy mv*.* c:\mverse
- cls
- c:
- cd c:\mverse
- echo.
- echo Installation complete!
- echo.
- echo To begin Memory Verse, enter MVERSE at the DOS prompt...
- echo.